home *** CD-ROM | disk | FTP | other *** search
/ Personal Computer World 2009 February / PCWFEB09.iso / Software / Shareware / Beyond Compare 3.0.10 / BCompareSetup.exe / {app} / BCompare.exe / 0 / RCDATA / TDATAVIEWFRAME / TDATAVIEWFRAME.txt
Text File  |  2008-11-03  |  12KB  |  425 lines

  1. inherited DataViewFrame: TDataViewFrame
  2.   object MainPanel: TUiPanel [0]
  3.     Left = 0
  4.     Top = 0
  5.     Width = 790
  6.     Height = 363
  7.     Align = alClient
  8.     BevelOuter = bvNone
  9.     TabOrder = 0
  10.     OnResize = MainPanelResize
  11.     object OutputSplitter: TUiSplitter
  12.       Left = 0
  13.       Top = 245
  14.       Width = 790
  15.       Height = 3
  16.       Cursor = crVSplit
  17.       Align = alTop
  18.       AutoSnap = False
  19.       OnMoved = OutputSplitterMoved
  20.     end
  21.     object ComparePanel: TUiPanel
  22.       Left = 0
  23.       Top = 0
  24.       Width = 790
  25.       Height = 245
  26.       Align = alTop
  27.       BevelOuter = bvNone
  28.       TabOrder = 0
  29.       object InputPanel: TUiPanel
  30.         Left = 0
  31.         Top = 0
  32.         Width = 790
  33.         Height = 173
  34.         Align = alClient
  35.         BevelOuter = bvNone
  36.         TabOrder = 0
  37.         OnResize = InputPanelResize
  38.         object Splitter: TUiSplitter
  39.           Left = 260
  40.           Top = 0
  41.           Height = 173
  42.           AutoSnap = False
  43.           OnMoved = SplitterMoved
  44.         end
  45.         object CenterSplitter: TUiSplitter
  46.           Left = 527
  47.           Top = 0
  48.           Height = 173
  49.           Align = alRight
  50.           AutoSnap = False
  51.           OnMoved = CenterSplitterMoved
  52.         end
  53.         object LeftPanel: TUiPanel
  54.           Tag = 1
  55.           Left = 0
  56.           Top = 0
  57.           Width = 260
  58.           Height = 173
  59.           Align = alLeft
  60.           BevelOuter = bvLowered
  61.           TabOrder = 0
  62.         end
  63.         object CenterPanel: TUiPanel
  64.           Tag = 2
  65.           Left = 263
  66.           Top = 0
  67.           Width = 264
  68.           Height = 173
  69.           Align = alClient
  70.           BevelOuter = bvLowered
  71.           TabOrder = 1
  72.         end
  73.         object RightPanel: TUiPanel
  74.           Tag = 2
  75.           Left = 530
  76.           Top = 0
  77.           Width = 260
  78.           Height = 173
  79.           Align = alRight
  80.           BevelOuter = bvLowered
  81.           TabOrder = 2
  82.         end
  83.       end
  84.       object DetailsPanel: TUiPanel
  85.         Left = 0
  86.         Top = 173
  87.         Width = 790
  88.         Height = 72
  89.         Align = alBottom
  90.         BevelOuter = bvLowered
  91.         TabOrder = 1
  92.         OnResize = DetailsPanelResize
  93.       end
  94.     end
  95.     object OutputPanel: TUiPanel
  96.       Left = 0
  97.       Top = 248
  98.       Width = 790
  99.       Height = 115
  100.       Align = alClient
  101.       BevelOuter = bvLowered
  102.       TabOrder = 1
  103.     end
  104.   end
  105.   inherited JobProgressPanel: TUiPanel
  106.     TabOrder = 1
  107.   end
  108.   inherited MessagePanel: TUiPanel
  109.     TabOrder = 2
  110.   end
  111.   inherited StatusBar: TUiStatusBar
  112.     Panels = <
  113.       item
  114.         Style = psOwnerDraw
  115.         Width = 225
  116.         Images = BcImages.ContentImages
  117.       end
  118.       item
  119.         Width = 300
  120.       end
  121.       item
  122.         Width = 125
  123.       end
  124.       item
  125.         Width = 50
  126.       end>
  127.   end
  128.   inherited Actions: TUiActionList
  129.     object FileFormatAction: TUiAction
  130.       Category = 'Session'
  131.       Caption = 'Data Format...'
  132.       Hint = 'Data Format|Edits current Data Format.'
  133.       ImageIndex = imgDataFormatEdit
  134.       OnExecute = FileFormatExecute
  135.       ShortCaption = 'Format'
  136.     end
  137.     object ReportAction: TUiAction
  138.       Category = 'Session'
  139.       Caption = 'Data Compare Re&port...'
  140.       Hint = 'Data Compare Report|Produces Data Compare report.'
  141.       ImageIndex = imgReport
  142.       OnExecute = ReportExecute
  143.       ShortCaption = 'Report'
  144.     end
  145.     object InfoAction: TUiAction
  146.       Category = 'Session'
  147.       Caption = 'Data Compare &Info'
  148.       Hint = 'Data Compare Info|Displays compare statistics.'
  149.       ImageIndex = imgInfo
  150.       OnExecute = InfoExecute
  151.       ShortCaption = 'Info'
  152.     end
  153.     object CopyAction: TUiAction
  154.       Category = 'Edit'
  155.       Caption = '&Copy'
  156.       Hint = 'Copy|Copies selection and puts it on Clipboard.'
  157.       ImageIndex = imgCopy
  158.       OnExecute = EditorCommandExecute
  159.       ShortCaption = 'Copy'
  160.     end
  161.     object SelectAllAction: TUiAction
  162.       Category = 'Edit'
  163.       Caption = '&Select All'
  164.       Hint = 'Select All|Selects all visible rows.'
  165.       OnExecute = EditorCommandExecute
  166.       ShortCaption = 'Select'
  167.     end
  168.     object DiffItemNextAction: TUiAction
  169.       Category = 'Search'
  170.       Caption = '&Next Difference Row'
  171.       Hint = 'Next Difference Row|Positions at next difference row.'
  172.       OnExecute = DiffItemNextExecute
  173.       ShortCaption = 'Next Row'
  174.       StaticImageIndex = imgDown
  175.     end
  176.     object DiffItemPrevAction: TUiAction
  177.       Category = 'Search'
  178.       Caption = '&Previous Difference Row'
  179.       Hint = 'Previous Difference Row|Positions at previous difference row.'
  180.       OnExecute = DiffItemPrevExecute
  181.       ShortCaption = 'Prev Row'
  182.       StaticImageIndex = imgUp
  183.     end
  184.     object ExistsNextAction: TUiAction
  185.       Category = 'Search'
  186.       Caption = 'Next Existing Row'
  187.       Hint = 
  188.         'Next Existing Row|Positions at next existing row, skipping over ' +
  189.         'gaps.'
  190.       OnExecute = ExistsNextExecute
  191.     end
  192.     object ExistsPrevAction: TUiAction
  193.       Category = 'Search'
  194.       Caption = 'Previous Existing Row'
  195.       Hint = 
  196.         'Previous Existing Row|Positions at previous existing row, skippi' +
  197.         'ng over gaps.'
  198.       OnExecute = ExistsPrevExecute
  199.     end
  200.     object FindAction: TUiAction
  201.       Category = 'Search'
  202.       Caption = '&Find...'
  203.       Hint = 'Find|Finds search string.'
  204.       ImageIndex = imgFind
  205.       OnExecute = FindExecute
  206.       ShortCaption = 'Find'
  207.     end
  208.     object FindNextAction: TUiAction
  209.       Category = 'Search'
  210.       Caption = 'Find Next'
  211.       Hint = 'Find Next|Finds next occurrence of search string.'
  212.       ImageIndex = imgFindNext
  213.       OnExecute = FindNextPrevExecute
  214.       ShortCaption = 'Next'
  215.     end
  216.     object FindPrevAction: TUiAction
  217.       Category = 'Search'
  218.       Caption = 'Find Previous'
  219.       Hint = 'Find Previous|Finds previous occurrence of search string.'
  220.       ImageIndex = imgFindPrev
  221.       OnExecute = FindNextPrevExecute
  222.       ShortCaption = 'Prev'
  223.     end
  224.     object GoToAction: TUiAction
  225.       Category = 'Search'
  226.       Caption = '&Go To...'
  227.       Hint = 'Go To|Positions at specified row and column.'
  228.       ImageIndex = imgGoTo
  229.       OnExecute = GoToExecute
  230.       ShortCaption = 'Go To'
  231.     end
  232.     object GoLeftAction: TUiAction
  233.       Category = 'Search'
  234.       Caption = 'Go Left'
  235.       Hint = 'Go Left|Positions in pane left of selected one.'
  236.       OnExecute = GoLeftExecute
  237.       ShortCaption = 'Go Left'
  238.     end
  239.     object GoRightAction: TUiAction
  240.       Category = 'Search'
  241.       Caption = 'Go Right'
  242.       Hint = 'Go Right|Positions in pane right of selected one.'
  243.       OnExecute = GoRightExecute
  244.       ShortCaption = 'Go Right'
  245.     end
  246.     object GoNextAction: TUiAction
  247.       Category = 'Search'
  248.       Caption = 'Go Next'
  249.       Hint = 'Go Next|Positions in pane after selected one.'
  250.       OnExecute = GoNextExecute
  251.       ShortCaption = 'Go Next'
  252.     end
  253.     object GoPrevAction: TUiAction
  254.       Category = 'Search'
  255.       Caption = 'Go Prev'
  256.       Hint = 'Go Prev|Positions in pane before selected one.'
  257.       OnExecute = GoPrevExecute
  258.       ShortCaption = 'Go Prev'
  259.     end
  260.     object FavCompareAllAction: TUiAction
  261.       Category = 'Favorites'
  262.       Caption = 'Show All'
  263.       Hint = 
  264.         'Show All|Shows same, left orphan, right orphan and difference ro' +
  265.         'ws.'
  266.       ImageIndex = imgFavAll
  267.       OnExecute = FavExecute
  268.       ShortCaption = 'All'
  269.     end
  270.     object FavDiffAction: TUiAction
  271.       Category = 'Favorites'
  272.       Caption = 'Show Differences'
  273.       Hint = 
  274.         'Show Differences|Shows left orphan, right orphan and difference ' +
  275.         'rows.'
  276.       ImageIndex = imgFavDiff
  277.       OnExecute = FavExecute
  278.       ShortCaption = 'Diffs'
  279.     end
  280.     object FavSameAction: TUiAction
  281.       Category = 'Favorites'
  282.       Caption = 'Show Same'
  283.       Hint = 'Show Same|Shows same rows.'
  284.       ImageIndex = imgFavSame
  285.       OnExecute = FavExecute
  286.       ShortCaption = 'Same'
  287.     end
  288.     object FavCompareNoneAction: TUiAction
  289.       Category = 'None'
  290.       Caption = 'Show None'
  291.       Hint = 'Show None|Shows no rows.'
  292.       ImageIndex = imgFavNone
  293.       OnExecute = FavExecute
  294.       ShortCaption = 'None'
  295.     end
  296.     object TogSameAction: TUiAction
  297.       Category = 'Toggles'
  298.       Caption = 'Toggle Same'
  299.       Hint = 'Toggle Same|Shows or hides same rows.'
  300.       OnExecute = TogExecute
  301.       ShortCaption = 'Same'
  302.     end
  303.     object TogLeftOrphanAction: TUiAction
  304.       Category = 'Toggles'
  305.       Caption = 'Toggle Left Orphans'
  306.       Hint = 'Toggle Left Orphans|Shows or hides left orphan rows.'
  307.       OnExecute = TogExecute
  308.       ShortCaption = 'Left'
  309.     end
  310.     object TogRightOrphanAction: TUiAction
  311.       Category = 'Toggles'
  312.       Caption = 'Toggle Right Orphans'
  313.       Hint = 'Toggle Right Orphans|Shows or hides right orphan rows.'
  314.       OnExecute = TogExecute
  315.       ShortCaption = 'Right'
  316.     end
  317.     object TogDiffAction: TUiAction
  318.       Category = 'Toggles'
  319.       Caption = 'Toggle Differences'
  320.       Hint = 'Toggle Differences|Shows or hides difference rows.'
  321.       OnExecute = TogExecute
  322.       ShortCaption = 'Diffs'
  323.     end
  324.     object ResizeColsToFitAction: TUiAction
  325.       Category = 'View'
  326.       Caption = 'Resize Columns to Fit'
  327.       Hint = 
  328.         'Resize Columns to Fit|Makes columns wide enough for data to be f' +
  329.         'ully visible.'
  330.       OnExecute = ResizeColsToFitExecute
  331.     end
  332.     object ShowColsAction: TUiAction
  333.       Category = 'View'
  334.       Caption = 'Columns...'
  335.       Hint = 'Columns|Shows or hides columns.'
  336.       OnExecute = ShowColsExecute
  337.     end
  338.     object ShowWSAction: TUiAction
  339.       Category = 'View'
  340.       AutoCheck = True
  341.       Caption = 'Visible &Whitespace'
  342.       Hint = 'Visible Whitespace|Shows or hides visible spaces, tabs.'
  343.       ImageIndex = imgShowWS
  344.       OnExecute = ViewStateExecute
  345.       ShortCaption = 'Space'
  346.     end
  347.     object ShowItemNumAction: TUiAction
  348.       Category = 'View'
  349.       AutoCheck = True
  350.       Caption = '&Row Numbers'
  351.       Hint = 'Row Numbers|Shows or hides row numbers.'
  352.       ImageIndex = imgShowLineNum
  353.       OnExecute = ViewStateExecute
  354.       ShortCaption = 'Row #s'
  355.     end
  356.     object DisplayFontAction: TUiAction
  357.       Category = 'View'
  358.       Caption = 'Display &Font...'
  359.       Hint = 'Display Font|Sets editor font.'
  360.       ImageIndex = imgDisplayFont
  361.       OnExecute = DisplayFontExecute
  362.       ShortCaption = 'Font'
  363.     end
  364.     object SideBySideAction: TUiAction
  365.       Category = 'View'
  366.       AutoCheck = True
  367.       Caption = 'Side-by-side &Layout'
  368.       GroupIndex = 20
  369.       Hint = 'Side-by-side Layout|Arranges panes side-by-side.'
  370.       ImageIndex = imgSideBySide
  371.       OnExecute = OverUnderExecute
  372.       ShortCaption = 'Normal'
  373.     end
  374.     object OverUnderAction: TUiAction
  375.       Category = 'View'
  376.       AutoCheck = True
  377.       Caption = '&Over-under Layout'
  378.       GroupIndex = 20
  379.       Hint = 'Over-under Layout|Arranges panes above and below each other.'
  380.       ImageIndex = imgOverUnder
  381.       OnExecute = OverUnderExecute
  382.       ShortCaption = 'Stacked'
  383.     end
  384.     object ShowThumbnailAction: TUiAction
  385.       Category = 'View'
  386.       AutoCheck = True
  387.       Caption = 'Thu&mbnail View'
  388.       Hint = 'Thumbnail View|Shows or hides thumbnail view.'
  389.       ImageIndex = imgShowThumbnail
  390.       OnExecute = ShowThumbnailExecute
  391.       ShortCaption = 'Thumb'
  392.     end
  393.     object ShowDetailsAction: TUiAction
  394.       Category = 'View'
  395.       AutoCheck = True
  396.       Caption = 'Row &Details'
  397.       Hint = 'Row Details|Shows or hides row details panel.'
  398.       ImageIndex = imgShowTextDetails
  399.       OnExecute = ShowDetailsExecute
  400.       ShortCaption = 'Details'
  401.     end
  402.     object HideThumbnailAction: TUiAction
  403.       Category = 'Popup'
  404.       Caption = 'Hide'
  405.       Hint = 'Hide Thumbnail View|Hides thumbnail view.'
  406.       OnExecute = ShowThumbnailExecute
  407.     end
  408.     object ScrollThumbnailAction: TUiAction
  409.       Category = 'Popup'
  410.       AutoCheck = True
  411.       Caption = 'Allow Scrolling'
  412.       Hint = 
  413.         'Allow Thumbnail Scrolling|Allows scrolling of thumbnail view of ' +
  414.         'large files, instead of compressing the thumbnail to fit.'
  415.       OnExecute = FilePrefsExecute
  416.     end
  417.     object HideDetailsAction: TUiAction
  418.       Category = 'Popup'
  419.       Caption = 'Hide'
  420.       Hint = 'Hide Details Panel|Hides row details panel.'
  421.       OnExecute = ShowDetailsExecute
  422.     end
  423.   end
  424. end
  425.